From 921a210b69da7a96d70b9760de47b1094b6b0987 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Sat, 14 May 2016 10:17:43 -0400 Subject: [PATCH] Remove section about converting a project to cargo Since most projects start with cargo these days. --- src/doc/guide.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index f54f0dcf2..51c8fbca4 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -15,14 +15,6 @@ To accomplish this goal, Cargo does four things: * Invokes `rustc` or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. -# Converting to Cargo - -You can convert an existing Rust project to use Cargo. You’ll have to create a -`Cargo.toml` file with all of your dependencies, and move your source files and -test files into the places where Cargo expects them to be. See the [manifest -description](manifest.html) and the [Project Layout](#project-layout) section -below for more details. - # Creating A New Project To start a new project with Cargo, use `cargo new`: -- 2.30.2